home *** CD-ROM | disk | FTP | other *** search
- /*
- File: InputSprocketDefer.h
-
- Contains: xxx put contents here xxx
-
- Version: xxx put version here xxx
-
- Copyright: © 1998 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: xxx put technology here xxx
-
- Writers:
-
- (sjb) Steve Bollinger
-
- Change History (most recent first):
-
- <1> 7/10/98 sjb first checked in
- */
-
-
- #pragma once
-
- #ifndef __INPUTSPROCKETDEFER__
- #define __INPUTSPROCKETDEFER__
-
- #include <ConditionalMacros.h>
- #include <DeskBus.h>
-
- typedef UInt32 ISpADBDeferRef; // hidden type
-
- typedef CALLBACK_API_C( void , ISpADBDeferCallbackProcPtr )(UInt8 adbCommand, void * adbBuffer, UInt32 refcon);
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- OSErr ISpAllocateADBDeferBlock(ISpADBDeferRef *createBlock);
- OSErr ISpDisposeADBDeferBlock(ISpADBDeferRef disposeBlock);
- OSErr ISpInstallADBDefer(ISpADBDeferRef refBlock, ADBAddress reqAddress,
- ISpADBDeferCallbackProcPtr installProc, UInt32 clientRefCon,
- ADBServiceRoutineUPP *prevRoutine, Ptr *prevDataArea);
- OSErr ISpRemoveADBDefer(ISpADBDeferRef refBlock);
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-